home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / binutils.252 / ld / testsuit / changelo
Encoding:
Text File  |  1994-09-29  |  3.1 KB  |  83 lines

  1. Thu Sep 29 12:36:51 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  2.  
  3.     * VMS does not permits `.' in directory names.  Renamed
  4.     ld.bootstrap to ld-bootstrap, ld.cdtest to ld-cdtest, and
  5.     ld.scripts to ld-scripts.
  6.  
  7. Wed Sep 28 12:18:54 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  8.  
  9.     * config/default.exp: Set variables as and nm.  Create tmpdir if
  10.     it does not already exist.
  11.     * ld.bootstrap/bootstrap.exp: Don't create tmpdir here.
  12.     * ld.cdtest/cdtest.exp: Likewise.
  13.     * ld.scripts/defined.exp: Likewise.  Also, don't set as and nm
  14.     here.  Change perror for no variables found to fail.
  15.     * ld.scripts/script.exp: New test.
  16.     * ld.scripts/script.t, ld.scripts/script.s: New files.
  17.  
  18. Tue Sep 27 14:59:51 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  19.  
  20.     * ld.scripts: New directory.
  21.     * ld.scripts/defined.exp, ld.scripts/defined.s: New files.
  22.     * ld.scripts/defined.t: New file.
  23.     * lib/ld.exp (default_ld_simple_link): New function.
  24.     (default_ld_assemble, default_ld_nm): New functions.
  25.     * config/default.exp: Rename from unix-ld.exp.
  26.     (ld_simple_link, ld_assemble, ld_nm): New functions.
  27.  
  28.     * config/unix-ld.exp: Set ld using findfile.
  29.     * lib/ld.exp (default_ld_relocate): Return a value.  Change format
  30.     of log messages.
  31.     (default_ld_compile): Likewise.
  32.     (default_ld_link): Likewise.  Also, don't include $BFDLIB and
  33.     $LIBIBERTY in link.
  34.     * ld.bootstrap/bootstrap.exp: Rewrite.
  35.     * ld.cdtest/cdtest.exp: Rewrite.
  36.     * ld.cdtest/cdtest-foo.cc: Update from top level ld directory.
  37.     * ld.cdtest/cdtest-foo.h: Likewise.
  38.     * ld.cdtest/cdtest-main.cc: Likewise.
  39.  
  40. Fri May 27 09:35:04 1994  Ken Raeburn  (raeburn@cygnus.com)
  41.  
  42.     * ld.cdtest/cdtest.exp: Don't look for $result before it's
  43.     defined.
  44.  
  45. Tue May 17 15:06:49 1994  Bill Cox  (bill@rtl.cygnus.com)
  46.  
  47.     * ld.bootstrap/bootstrap.exp, lib/ld.exp: Replace error proc
  48.       calls with perror calls.
  49.  
  50. Wed May 11 16:47:46 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
  51.  
  52.     * ld.cdtest/cdtest-bar.cc: Renamed from cdtest-func.cc.
  53.     * ld.cdtest/cdtest.exp: Adjusted.
  54.  
  55. Fri Jan 28 13:25:41 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  56.  
  57.     * lib/ld.exp (simple_diff): Indicate failure if files have
  58.     different numbers of lines.  Don't muck with $differences to avoid
  59.     indicating a pass, just return.
  60.  
  61.     * testsuite/ld.cdtest/{cdtest-foo.h,cdtest-foo.cc,cdtest-main.cc}:
  62.     Fix test case to be valid ANSI C++.  Don't require use of header
  63.     files, so "../gcc/xgcc -B../gcc/" can be used for CXX.
  64.     * testsuite/ld.cdtest/cdtest.exp: Combine "rm" lines.  Add some
  65.     commentary on things that are still broken with this test case.
  66.  
  67. Fri Sep 10 09:58:23 1993  Jeffrey Wheat  (cassidy@cygnus.com)
  68.  
  69.     * testsuite/ld.cdtest/cdtest.exp: Added CXXFLAGS to compile stage.
  70.  
  71. Thu Aug 12 16:05:37 1993  Jeffrey Wheat  (cassidy@cygnus.com)
  72.  
  73.     * testsuite/lib/ld.exp: add compiler and linker support
  74.     * testsuite/config/unix-ld.exp: add compiler and linker support
  75.     * testsuite/ld.bootstrap/bootstrap.exp: fixed to do partial links
  76.     * testsuite/ld.cdtest/cdtest.exp: constructor/destructor testscase
  77.  
  78. Wed Aug  4 21:00:18 1993  Jeffrey Wheat  (cassidy@cygnus.com)
  79.  
  80.     * testsuite/lib/ld.exp: new file
  81.     * testsuite/config/unix-ld.exp: new file
  82.     * testsuite/ld.bootstrap/bootstrap.exp: new file
  83.